BACK TO LIST

Syntax:

VA1.Sample_processing_resolution = OptionsGivenBelow

Options =

1) "COMPLETE"

2) Any number above 100 usually...

100

200

500

Details :

That is, if you keep a resolution of 4000 then a 8000 bytelength word will have no of processings : 8000/4000 = 2.

Lesser the resolution more detailed is the analysis. Higher is the accuracy recognition.More is the work.

See the list of words you want to recognize and accordingly assign the Sample _Processing_Resolution.

If you keep it to "COMPLETE" then the word pronounced will not be divided and will be processed to its complete length.

Recommended Values : 200 for 22.5 Khz Setting

Example :

Private Sub Settings()

VA1.Sample_processing_resolution =100

End Sub

See Examples.

BACK TO LIST